home *** CD-ROM | disk | FTP | other *** search
/ Dos/V Magazine 1995 August 15 / CD [VMAG950815].bin / epson / print.dxr / 00025.ls < prev    next >
Encoding:
Text File  |  1995-06-14  |  212 b   |  14 lines

  1. on mouseDown
  2.   puppetSound("CLICK")
  3.   puppetSprite(6, 1)
  4.   set the castNum of sprite 6 to 12
  5.   if not rollOver(6) then
  6.     puppetSprite(6, 0)
  7.   end if
  8. end
  9.  
  10. on mouseUp
  11.   puppetSprite(6, 0)
  12.   go("A", "M900CK")
  13. end
  14.